|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesquotedfix (last revision 2013-05-22 07:07 UTC by stas@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-05-20 08:54 UTC] stas@php.net
-CVE-ID:
+CVE-ID: 2013-2110
[2013-05-22 07:07 UTC] stas@php.net
[2013-06-05 05:01 UTC] stas@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: stas
[2013-06-05 05:01 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
Description: ------------ quoted_printable_encode calculates the string size wrong, so overflow is possible. Test script: --------------- quoted_printable_encode(str_repeat("\xf4", 1000)); Expected result: ---------------- No crash Actual result: -------------- Segfault