|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-09-09 11:28 UTC] jimjag@php.net
  [2015-09-09 11:31 UTC] jimjag@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: jimjag
  [2015-09-09 11:31 UTC] jimjag@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
Description: ------------ Putting invalid data to import function causes segmentation fault. Bugfix. Put additional check in gnupg.c after line 1394 (after calling gpgme_op_import_result function): if(!result || !result->imports){ RETURN_FALSE; } Test script: --------------- <? $gpg = new gnupg(); $r = $gpg->import("AAA"); ?>