<p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22113">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22113/1/src/gsm/tlv_parser.c">File src/gsm/tlv_parser.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmocore/+/22113/1/src/gsm/tlv_parser.c@259">Patch Set #1, Line 259:</a> <code style="font-family:monospace,monospace">               *o_val = buf+1;</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">in here you are actually assigning a pointer to buf[1] with buf_len = 1, which doesn't look good to  […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">yes, it's caught by the check a the bottom of the function. I would generally prefer for the function to be shorter and readable, rathe than replicating the same check 6 times over and over again just to avoid a hypothetical future asan failure.</p><p style="white-space: pre-wrap; word-wrap: break-word;">They only thing that I'd improve is to set *o_val (and if applicable *o_len) to NULL in the common error path at the bottom.  This way a caller, even if he ignores the return value, will not get pointers to invalid memory but will fail "properly" by NULL dereference.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22113">change 22113</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/22113"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I98b02c914c9e3ecf56050af846292aa6979d7508 </div>
<div style="display:none"> Gerrit-Change-Number: 22113 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 12 Jan 2021 18:06:21 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>