]> jfr.im git - irc/znc/znc.git/commit
Fix incorrect html entities parsing in ZNCString.cpp
authorDisconnect3d <redacted>
Mon, 13 Apr 2020 14:01:47 +0000 (16:01 +0200)
committerGitHub <redacted>
Mon, 13 Apr 2020 14:01:47 +0000 (16:01 +0200)
commit0e2ea2fa6c8bd4ba16c8482e3ded7a434d2f510f
treeaf81d9c0d6b3e9045e8b0a2a5429e2d4ab14d1dc
parent972e9adb2993b24243d5882e386b85b9f0cbbf82
Fix incorrect html entities parsing in ZNCString.cpp

This PR fixes wrong size argument passed to `strncasecmp` function when it was invoked to check if the string contains HTML entities.
src/ZNCString.cpp