Tags: microsoft/ifc
Tags
Fix invalid string construction from null TextOffset in ifc-dom loade… …rs (#91) * Initial plan * Fix invalid string construction in ExprLoader operators Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com> * Comprehensive fix for unsafe TextOffset string construction Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com> * Refactor: Replace repeated null check patterns with reader_get helper method Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com> * Change reader_get return type to std::string for better interface design Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com> * Remove "safe" qualifier from reader_get comment Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gdr-at-ms <11031650+gdr-at-ms@users.noreply.github.com>