<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/objects/obj_dat.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-07-03T03:24:04+00:00</updated>
<entry>
<title>snprintf/vsnprintf return &lt; 0 on error, rather than -1.</title>
<updated>2019-07-03T03:24:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-07-03T03:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdd1c0627cbfd4015db19da84ab1a24f50d9f6dc'/>
<id>urn:sha1:bdd1c0627cbfd4015db19da84ab1a24f50d9f6dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).</title>
<updated>2018-09-08T13:49:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-09-08T13:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6753a9e85c3ca1350efc84ae555a7ac88810b2a3'/>
<id>urn:sha1:6753a9e85c3ca1350efc84ae555a7ac88810b2a3</id>
<content type='text'>
ok inoguchi, jsing
</content>
</entry>
<entry>
<title>indent labels</title>
<updated>2018-09-08T10:31:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-09-08T10:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4626a52e8483d08f0f98c86dc00279a73388e537'/>
<id>urn:sha1:4626a52e8483d08f0f98c86dc00279a73388e537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.</title>
<updated>2017-01-21T04:44:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-21T04:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42873dc5e4c10aa805dade89546299827d341356'/>
<id>urn:sha1:42873dc5e4c10aa805dade89546299827d341356</id>
<content type='text'>
No change to generated assembly excluding line numbers.
</content>
</entry>
<entry>
<title>OBJ_obj2txt() should return the total amount of space required</title>
<updated>2016-12-22T16:57:38+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2016-12-22T16:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4ad245e3de48d9113ad4a90fa7a326d4d511f1f'/>
<id>urn:sha1:b4ad245e3de48d9113ad4a90fa7a326d4d511f1f</id>
<content type='text'>
reported by @rhenium on GitHub
ok jsing@
</content>
</entry>
<entry>
<title>remove unused OPENSSL_NO_OBJECT case</title>
<updated>2016-07-17T21:23:50+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-07-17T21:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=45c9aa3806e0d3ab3751cd424acd1b069b6d54ee'/>
<id>urn:sha1:45c9aa3806e0d3ab3751cd424acd1b069b6d54ee</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>better fix for overrun reported by Qualys Security.</title>
<updated>2015-10-14T21:54:10+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-10-14T21:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f0ee1fb72122929fae5a676dee3e14abea854b08'/>
<id>urn:sha1:f0ee1fb72122929fae5a676dee3e14abea854b08</id>
<content type='text'>
buf is at all times kept nul terminated, so there is no need to enforce
this again upon exit. (no need to move buf around after we exahust space.)
ok beck miod
</content>
</entry>
<entry>
<title>Bail out early if we have no buf_len</title>
<updated>2015-10-14T21:25:16+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-10-14T21:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dc23b19f3698a79f7984b5bd5d221b732cb21cd2'/>
<id>urn:sha1:dc23b19f3698a79f7984b5bd5d221b732cb21cd2</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>fix a memory leak reported by Qualys Security.</title>
<updated>2015-10-14T21:12:10+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-10-14T21:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8cc5fcf519441ae3b3bb76e03ff82de3fd0909e3'/>
<id>urn:sha1:8cc5fcf519441ae3b3bb76e03ff82de3fd0909e3</id>
<content type='text'>
move the bndec variable in tighter since it's not used elsewhere in the
loop, then always free it after use.
ok bcook miod
</content>
</entry>
</feed>
