URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=353f6258f92ed7f8787cc32cd92ac3d44aa88f21
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
353f625 by Guy Harris (guy@xxxxxxxxxxxx):
Fix issues in some ARM compilers, due to char being unsigned?
I'm not 100% certain the comparisons were right even with signed char;
make the comparisons unsigned vs. unsigned, regardless of whether char
is signed or not. (No, C doesn't require it to be signed; that's why
there's a "signed" keyword.)
Change-Id: Icbbd1019a2f7d4ebb40d821255834f825cd7c5a7
Reviewed-on: https://code.wireshark.org/review/4731
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 381966b Replace proto_tree_add_text in non-generated files
adds 353f625 Fix issues in some ARM compilers, due to char being unsigned?
Summary of changes:
epan/ftypes/ftype-pcre.c | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)