We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A NULL check on mspace is missing here:
mspace
libredwg/src/out_dxfb.c
Lines 1869 to 1879 in 785df5f
While it is done here, which is a similar case:
libredwg/src/out_dxf.c
Lines 2261 to 2274 in 785df5f
dwg_model_space_object might return dwg->header_vars.BLOCK_RECORD_MSPACE->obj so I think the semantic is the same.
dwg_model_space_object
dwg->header_vars.BLOCK_RECORD_MSPACE->obj
libredwg/src/dwg.c
Line 861 in 007ebf4
The text was updated successfully, but these errors were encountered:
Harmonize out_dxfb.c with out_dxf.c
49e9025
Fixes GH #173, esp. add the new mspace improvements.
4ab2ae7
ef64b91
373c8e4
rurban
No branches or pull requests
A NULL check on
mspace
is missing here:libredwg/src/out_dxfb.c
Lines 1869 to 1879 in 785df5f
While it is done here, which is a similar case:
libredwg/src/out_dxf.c
Lines 2261 to 2274 in 785df5f
dwg_model_space_object
might returndwg->header_vars.BLOCK_RECORD_MSPACE->obj
so I think the semantic is the same.libredwg/src/dwg.c
Line 861 in 007ebf4
The text was updated successfully, but these errors were encountered: