Age | Commit message (Expand) | Author |
2014-05-18 | Add regression test for UTF8_{getc,putc}() | Philip Guenther |
2014-05-18 | hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@ | Jeremie Courreges-Anglas |
2014-05-18 | Correctly handle files smaller than an ELF header; reported by drahn@bitrig | Miod Vallat |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |
2014-05-18 | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | Miod Vallat |
2014-05-18 | Make sure UTF8_getc() is invoked with the proper buffer size. | Miod Vallat |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-18 | factor out a bit of the chunk index code and use it to make sure that a | Ted Unangst |
2014-05-18 | Do not pass an xfer pointer to the timeout routine checking for root hub | Martin Pieuchot |
2014-05-18 | Out of all the openssl apps, just one of them has code to mess around with | Joel Sing |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-18 | W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle | Joel Sing |
2014-05-18 | Remove unused include. | Joel Sing |
2014-05-18 | Group and sort includes. | Joel Sing |
2014-05-18 | Plug memory leaks upon error in OCSP_url_svcloc_new(). | Miod Vallat |
2014-05-18 | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | Miod Vallat |
2014-05-18 | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case | Miod Vallat |
2014-05-18 | In ssl3_send_certificate_request(), when adding the extra payload if | Miod Vallat |
2014-05-18 | Make sure ssl3_setup_buffers() does not return upon error with a freed | Miod Vallat |
2014-05-18 | Fix tail packet check in elantech v3 touchpad code. Due to a typo this | Stefan Sperling |
2014-05-18 | Don't add a lease to the leases TAILQ more than once. It tends to | Kenneth R Westerback |
2014-05-18 | sync | Todd T. Fries |
2014-05-18 | bio_err is initialised in main, hence there is no need to initialise it | Joel Sing |
2014-05-18 | More KNF. | Joel Sing |
2014-05-18 | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | Miod Vallat |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling |
2014-05-18 | regen | Stefan Sperling |
2014-05-18 | Add PCI ID for Realtek RTL8402 card reader. | Stefan Sperling |
2014-05-18 | No need to check for NULL before invoking free(); use calloc() when | Miod Vallat |
2014-05-18 | use reallocarray and friends. okay miod@ | Marc Espie |
2014-05-18 | sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by | Stuart Henderson |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-18 | a bit more reallocarray (and kill ecalloc, which isn't used) | Marc Espie |
2014-05-18 | There is no need to compile nginx with -O1 on vax anymore. | Jonathan Gray |
2014-05-18 | replace some (type *)0 to NULL | Charles Longeau |
2014-05-17 | One more mistake introduced in 1.65 | Miod Vallat |
2014-05-17 | remove unused variables | Charles Longeau |
2014-05-17 | ...and it needs a guard against NULL as well. | Miod Vallat |
2014-05-17 | Fix previous commit by making sure we are not dereferencing uninitialized | Miod Vallat |
2014-05-17 | remove unused variable | Charles Longeau |
2014-05-17 | does sunos not have memmove? sorry, i guess sunos will not have libressl. | Ted Unangst |
2014-05-17 | add missing header needed by str* and mem* functions | Charles Longeau |
2014-05-17 | fix alloc idioms. watch out for emalloc that's actually a calloc in disguise | Marc Espie |
2014-05-17 | unchecked malloc() return value in OCSP_sendreq_new(). | Miod Vallat |
2014-05-17 | KNF | Miod Vallat |
2014-05-17 | add missing header needed for mem{cpy,cmp}() | Charles Longeau |
2014-05-17 | correctly match size and buffer. from enh at google | Ted Unangst |
2014-05-17 | simple reallocarray to check multiplies. ok guenther | Ted Unangst |
2014-05-17 | When looking at another process, use the data from struct process | Philip Guenther |
2014-05-17 | no no md2 | Ted Unangst |