Skip to content

Commit

Permalink
Merge pull request abrt#15 from optak/master
Browse files Browse the repository at this point in the history
fix will_python_sigsegv for s390x
  • Loading branch information
sorki committed Aug 13, 2015
2 parents 59bf7e0 + 1c9f0a0 commit 9df0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/will_python_sigsegv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
print 'Will segfault python.'
import ctypes
ctypes.string_at(0)
ctypes.string_at(1)

0 comments on commit 9df0d31

Please sign in to comment.