diff options
author | rich cannings <richc@google.com> | 2010-08-31 15:19:38 -0700 |
---|---|---|
committer | rich cannings <richc@google.com> | 2010-08-31 15:19:38 -0700 |
commit | e44cb1a35c4bf3f30e2b9e3961c57b7ca6fa7849 (patch) | |
tree | a505afada0c66179cb978fd3c7694a50e67e3486 /libc/regex/regfree.c | |
parent | 6a51defa034a1c033ed01f7de444c0a4fc615249 (diff) | |
download | bionic-e44cb1a35c4bf3f30e2b9e3961c57b7ca6fa7849.zip bionic-e44cb1a35c4bf3f30e2b9e3961c57b7ca6fa7849.tar.gz bionic-e44cb1a35c4bf3f30e2b9e3961c57b7ca6fa7849.tar.bz2 |
Fix return value.
Return a valid pointer (not NULL) when the character "c" is at the end of "src".
Change-Id: Iab0b677943f2c8a9fbb255c44689f5d6dc3535d7
Example:
memccpy(dest, "xzy", 'y', 3) should return dest+3 rather than null.
Diffstat (limited to 'libc/regex/regfree.c')
0 files changed, 0 insertions, 0 deletions