Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bacnet-stack
/
bacnet-stack
Public
Notifications
You must be signed in to change notification settings
Fork
297
Star
586
Code
Issues
91
Pull requests
2
Discussions
Actions
Security and quality
36
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
bacnet-stack
src
on
bacnet-stack-1.6
User selector
All users
All time
Commit history
Commits on Aug 13, 2026
fix: update BACNET_VERSION_TEXT to 1.6.1-rc2
skarg
committed
ec4ab5f
View commit details
Copy full SHA for ec4ab5f
View code at this point
Browse repository at this point
fix: add size limits for remotely writable BACnet array or list elements (#1437)
skarg
committed
0f54a25
View commit details
Copy full SHA for 0f54a25
View code at this point
Browse repository at this point
fix: prevent signed integer overflow in bacnet_enclosed_data_length() (#1468)
Show description for fdc3077
skarg
committed
fdc3077
View commit details
Copy full SHA for fdc3077
View code at this point
Browse repository at this point
Fix typos in comments and docs (#1418)
Show description for f103a9a
skarg
and
aineoae86-sys
committed
f103a9a
View commit details
Copy full SHA for f103a9a
View code at this point
Browse repository at this point
fix: bacnet_action_command_decode() truncates Post_Delay to 8 bits (#1423)
Show description for 868fa25
skarg
committed
868fa25
View commit details
Copy full SHA for 868fa25
View code at this point
Browse repository at this point
fix: increase minimum PDU size in bvlc_encode_header to prevent buffer overflow (#1467)
skarg
committed
1996579
View commit details
Copy full SHA for 1996579
View code at this point
Browse repository at this point
fix: change opening_tag_number_counter type from uint8_t to size_t to prevent integer overflow resulting in too small length which results in heap overflow. (#1466)
skarg
committed
f75be21
View commit details
Copy full SHA for f75be21
View code at this point
Browse repository at this point
refactor: remove unused Network_Port_SC_Direct_Connect_Accept_URIs_Dirty_Set function
skarg
committed
167acb7
View commit details
Copy full SHA for 167acb7
View code at this point
Browse repository at this point
Fixed circular dependency in bacnet_stack_exports.h file.
skarg
committed
881b216
View commit details
Copy full SHA for 881b216
View code at this point
Browse repository at this point
Bugfix/win32 datetime local (#1463)
Show description for 76bbb13
skarg
committed
76bbb13
View commit details
Copy full SHA for 76bbb13
View code at this point
Browse repository at this point
fix: handle wire data length for COBS extended frames in mstpcap writing (#1453)
Show description for 90ad68c
skarg
committed
90ad68c
View commit details
Copy full SHA for 90ad68c
View code at this point
Browse repository at this point
fix: send Delete-Foreign-Device to the BBMD, not a zeroed address (#1457)
FacepalmMute
authored and
skarg
committed
184a810
View commit details
Copy full SHA for 184a810
View code at this point
Browse repository at this point
fix: update certificate file property handling to use object ID encoding (#1447)
skarg
committed
2910e0f
View commit details
Copy full SHA for 2910e0f
View code at this point
Browse repository at this point
Bugfix/cjson vulnerabilities (#1444)
Show description for b5215a1
skarg
committed
b5215a1
View commit details
Copy full SHA for b5215a1
View code at this point
Browse repository at this point
fix bacnet string decode to handle NULL store and return error when exeeding store capacity. (#1440)
Show description for c59d1bd
skarg
committed
c59d1bd
View commit details
Copy full SHA for c59d1bd
View code at this point
Browse repository at this point
fix: handle file access method mismatch in atomic read/write file services (#1439)
skarg
committed
23723a2
View commit details
Copy full SHA for 23723a2
View code at this point
Browse repository at this point
fix: handle incomplete option list when 'More Options Follow' flag is set (#1435)
Show description for e7077d2
skarg
committed
e7077d2
View commit details
Copy full SHA for e7077d2
View code at this point
Browse repository at this point
fix: disable self-signed hub certificates in BACnet/SC websocket clients by default (#1434)
Show description for c467339
skarg
committed
c467339
View commit details
Copy full SHA for c467339
View code at this point
Browse repository at this point
fix: bounds check missing when parsing Weekly_Schedule day entries from ASCII (#1432)
Show description for e3e601b
94xhn
authored and
skarg
committed
e3e601b
View commit details
Copy full SHA for e3e601b
View code at this point
Browse repository at this point
Warning fixes (#1427)
Show description for 68f6246
ryanjmulder
authored and
skarg
committed
68f6246
View commit details
Copy full SHA for 68f6246
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
chore: update version to 1.6.1-rc1 and adjust version text accordingly
skarg
committed
25ac6ca
View commit details
Copy full SHA for 25ac6ca
View code at this point
Browse repository at this point
fix: resolve buffer overflow in COBS frame decoding and add unit test for tight buffer handling (#1425)
skarg
committed
8fff733
View commit details
Copy full SHA for 8fff733
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Update the version number to 1.6.0. Update CHANGELOG release number and date. Update SECURITY document and release script for this branch.
skarg
committed
9bc3cfa
View commit details
Copy full SHA for 9bc3cfa
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
feat: add lighting command event callback and associated tests (#1416)
Show description for 52d0179
skarg
authored
52d0179
View commit details
Copy full SHA for 52d0179
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
platform.h: move and sanitize min and max helpers (#1415)
Show description for 1b7467d
anthony-loiseau-act
authored
1b7467d
View commit details
Copy full SHA for 1b7467d
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
fix: update BACNET_VERSION_TEXT to version 1.6.0-rc2 for pending release
skarg
committed
f66965d
View commit details
Copy full SHA for f66965d
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
fix: address out-of-bounds read in lighting_command_decode and add bounds checking tests (#1412)
Show description for 5afc5c9
skarg
authored
5afc5c9
View commit details
Copy full SHA for 5afc5c9
View code at this point
Browse repository at this point
fix: adjust apdu size calculation in SCFailedConnectionRequest and SCDirectConnection decoding (#1413)
skarg
authored
1945f83
View commit details
Copy full SHA for 1945f83
View code at this point
Browse repository at this point
fix: add read-only check for file size setting and zero new memory in RAMFS (#1411)
skarg
authored
da480b0
View commit details
Copy full SHA for da480b0
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
fix: Life Safety Zone member handling for write property (#1410)
skarg
authored
4db7d76
View commit details
Copy full SHA for 4db7d76
View code at this point
Browse repository at this point
Fix buffer overruns in basic RAMFS (#1408)
Show description for e212c1d
skarg
authored
e212c1d
View commit details
Copy full SHA for e212c1d
View code at this point
Browse repository at this point
fix: prevent out-of-bounds write in Read Property ACK closing tag encoding (#1407)
skarg
authored
2130a0b
View commit details
Copy full SHA for 2130a0b
View code at this point
Browse repository at this point
fix: mark AV COV change on out-of-service writes (#1406)
MrAlaskan
authored
55b9021
View commit details
Copy full SHA for 55b9021
View code at this point
Browse repository at this point
fix: use GetEventInformation service choice in error reply (#1405)
MrAlaskan
authored
bfb21ed
View commit details
Copy full SHA for bfb21ed
View code at this point
Browse repository at this point
fix: advance device object property value codec cursor (#1404)
MrAlaskan
authored
ce4cbd7
View commit details
Copy full SHA for ce4cbd7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.