URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=18c5a324a954e82b953a44528aaf45f14644ea3e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
18c5a32 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>
(cherry picked from commit 353f6258f92ed7f8787cc32cd92ac3d44aa88f21)
Reviewed-on: https://code.wireshark.org/review/4733
Actions performed:
from 7605675 It was called "interface_data" in 1.10.
adds 18c5a32 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(-)