Use strdup_or_die() instead of strdup()
authorFabian Keil <fk@fabiankeil.de>
Thu, 29 Nov 2012 09:57:39 +0000 (09:57 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 29 Nov 2012 09:57:39 +0000 (09:57 +0000)
commit9be0727edbc5de0cfdbe1c9f7c244e1530f82fee
tree854261e72ff701784ddec1efe11ab6b1526108a2
parentcb87840abe87c389497380128af6bf143dcbe330
Use strdup_or_die() instead of strdup()

The strings are known to be short.
urlmatch.c