[Forensics-changes] [yara] 147/192: Keep misspelled symbol for API compatibility (#623)

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit 51b6a32cde12744666b8189b0b4b474cc795c743
Author: Hilko Bengen <hillu at users.noreply.github.com>
Date:   Tue Apr 25 08:35:27 2017 +0200

    Keep misspelled symbol for API compatibility (#623)
---
 libyara/include/yara/error.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libyara/include/yara/error.h b/libyara/include/yara/error.h
index 6010d80..a07c777 100644
--- a/libyara/include/yara/error.h
+++ b/libyara/include/yara/error.h
@@ -41,6 +41,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #endif
 
 #define ERROR_INSUFFICIENT_MEMORY               1
+#define ERROR_INSUFICIENT_MEMORY                1
 #define ERROR_COULD_NOT_ATTACH_TO_PROCESS       2
 #define ERROR_COULD_NOT_OPEN_FILE               3
 #define ERROR_COULD_NOT_MAP_FILE                4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list