Projects
osmocom:master
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.2.0.113.a1c9 +Version: 1.2.0.114.3804 Release: 0 Summary: Osmocom library for muxed audio License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.2.0.113.a1c9.tar.xz +Source: libosmo-netif_1.2.0.114.3804.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_38047fd20aa7322631b322bfe802b70463e7334d.txt
Added
View file
commit_a1c9fbfabce809a3dba869e37109021d11c1de2f.txt
Deleted
View file
libosmo-netif_1.2.0.113.a1c9.dsc -> libosmo-netif_1.2.0.114.3804.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif8, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.2.0.113.a1c9 +Version: 1.2.0.114.3804 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif8 deb libs optional arch=any Checksums-Sha1: - cddc31c9ccc6c074769d580922ba19594fc458ba 178320 libosmo-netif_1.2.0.113.a1c9.tar.xz + 40253b750da65a84ce10b551644ff5ef97a6baef 180388 libosmo-netif_1.2.0.114.3804.tar.xz Checksums-Sha256: - 18b49559429a04c287d89f9aace1c6796a17d422beb85a637d42e6dbfae0ef84 178320 libosmo-netif_1.2.0.113.a1c9.tar.xz + bed601f5050f301d607cf2a7decbcba212a68b4e95d982ff4cd44ae5ba70a13d 180388 libosmo-netif_1.2.0.114.3804.tar.xz Files: - cf343db20462f3708390651be18a9845 178320 libosmo-netif_1.2.0.113.a1c9.tar.xz + 5ec9bf20b448ad46c9a28d8053bcd287 180388 libosmo-netif_1.2.0.114.3804.tar.xz
View file
libosmo-netif_1.2.0.113.a1c9.tar.xz/.tarball-version -> libosmo-netif_1.2.0.114.3804.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.2.0.113-a1c9 +1.2.0.114-3804
View file
libosmo-netif_1.2.0.113.a1c9.tar.xz/debian/changelog -> libosmo-netif_1.2.0.114.3804.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.2.0.113.a1c9) unstable; urgency=medium +libosmo-netif (1.2.0.114.3804) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 02 Jan 2023 10:52:19 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 04 Jan 2023 18:56:18 +0000 libosmo-netif (1.2.0) unstable; urgency=medium
View file
libosmo-netif_1.2.0.113.a1c9.tar.xz/utils/osmo-amr-inspect.c -> libosmo-netif_1.2.0.114.3804.tar.xz/utils/osmo-amr-inspect.c
Changed
@@ -241,26 +241,32 @@ static int read_stdin(void) { ssize_t rc; + size_t hex_buflen; char hex_buf4096; uint8_t buf2048; - rc = read(0, hex_buf, sizeof(hex_buf)); + rc = read(0, hex_buf, sizeof(hex_buf) - 1); if (rc < 0) { fprintf(stderr, "Failed reading stdin: %s\n", strerror(errno)); return -EIO; } - if (rc == sizeof(hex_buf)) { - fprintf(stderr, "Failed parsing (input too long)\n"); + hex_buflen = rc; + hex_bufhex_buflen = '\0'; + + if (hex_buflen == sizeof(hex_buf) - 1) { + fprintf(stderr, "Failed parsing (input too long > %lu): %s\n", hex_buflen, hex_buf); return -ENOMEM; } - rc = osmo_hexparse(hex_buf, buf, rc); + + rc = osmo_hexparse(hex_buf, buf, sizeof(buf)); if (rc < 0) { fprintf(stderr, "Failed parsing (hexparse error): %s\n", hex_buf); return -1; } if (rc < 2) { - fprintf(stderr, "Too short to be an AMR buffer (%ld bytes): %s\n", rc, buf); + fprintf(stderr, "Too short to be an AMR buffer (%ld bytes): %s\n", rc, hex_buf); return -1; } + inspect_amr(0, buf, rc); return 0; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.