Hi,
Some usb drivers don't appear to need malloc().
I recently found this for umidi_quirks.c and decided to look further.
The patch was built on i386.
- Michael
Index: if_urtw.c
===
RCS file: /cvs/src/sys/dev/usb/if_urtw.c,v
retrie
graphics/ttfautohint
c++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gnulib/src
-I../gnulib/src -I/usr/X11R6/include/freetype2 -O2 -pipe -MT info.o -MD -MP
-MF .deps/info.Tpo -c -o info.o info.cpp
In file included from ../gnulib/src/stdio.h:53:0,
from info.cpp:15:
Job Snijders(j...@instituut.net) on 2017.01.08 20:24:19 +0100:
> Dear OpenBSD developers,
>
> This patch adds support for the "BGP Administrative Shutdown
> Communication" to bgpd(8) and bgpctl(8).
Hi Job and Peter,
thanks, this is nice!
some comments below.
> The draft-ietf-idr-shutdown
> (
Dear OpenBSD developers,
This patch adds support for the "BGP Administrative Shutdown
Communication" to bgpd(8) and bgpctl(8).
The draft-ietf-idr-shutdown
(https://tools.ietf.org/html/draft-ietf-idr-shutdown)
document specifies a mechanism to transmit a short freeform message
across the wire as
Valgrind finds out that conninfo->servername is not free()d by
tls_conninfo_free().
== HEAP SUMMARY:
== in use at exit: 83,069 bytes in 2,690 blocks
== total heap usage: 4,107 allocs, 1,417 frees,
== 339,660 bytes allocated
==
== 17 bytes in 1 blocks are definitely lost i
Hi,
The "OpenSSL bindings for Rust" checks, using pkg-config, the version of
openssl installed, and target 1.0.1 as minimal version.
Under OpenBSD, /usr/lib/pkgconfig/openssl.pc is generated by
src/lib/libcrypto/generate_pkgconfig.sh, and the "version" is taken from
SHLIB_VERSION_NUMBER in src/li