DC PHP Meetup 8/10/2016
Submitted by maaj2900 on Thu, 08/11/2016 - 00:00A talk that I gave for DC PHP's August monthly meeting about Input Validation.
A talk that I gave for DC PHP's August monthly meeting about Input Validation.
Using the TIGER line files from the US Census with PHP and MySQL
Have you ever heard of the ZipArchive PHP Class? The ZipArchive PHP class is an object oriented interface to compressed file archives using the zip library.
function header
private size_t donote(struct magic_set *, unsigned char *, size_t, size_t, int, int, size_t, int *);
CODE CHANGE
— a/ext/fileinfo/libmagic/readelf.c
+++ b/ext/fileinfo/libmagic/readelf.c
@@ -372,6 +372,13 @@ donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, uint32_t namesz, descsz; unsigned char *nbuf = CAST(unsigned char *, vbuf);
+ if (xnh_sizeof + offset > size) {
+ /*